PEGetGraphOptionInfo

Use PEGetGraphOptionInfo to retrieve display options set for the specified chart.

C Syntax
BOOL CRPE_API PEGetGraphOptionInfo (
        short printJob,
        short sectionN,
        short graphN,
        PEGraphOptionInfo FAR * graphOptionInfo );
Parameters

printJob

Specifies the print job for which you want to retrieve chart display information.

sectionN

Specifies the number of the section in which the chart appears. This parameter should be within the range obtained by PEGetNSections.

graphN

Specifies for which chart within the Charts are numbered based on their order of insertion into the report.

graphOption
Info

Specifies a pointer to PEGraphOptionInfo, which will contain the retrieved information.

Returns
VB Syntax
Declare Function PEGetGraphOptionInfo Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal sectionN As Integer,
    ByVal graphN As Integer, graphOptionInfo As PEGraphOptionInfo ) As Integer
Delphi Syntax
function PEGetGraphOptionInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphOptionInfo : PEGraphOptionInfo): Bool;
        {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com